Skip to content

fix(ci): enable CI for PRs targeting Dependabot branches#244

Closed
Copilot wants to merge 4 commits intodependabot/npm_and_yarn/eslint-10.0.0from
copilot/sub-pr-237
Closed

fix(ci): enable CI for PRs targeting Dependabot branches#244
Copilot wants to merge 4 commits intodependabot/npm_and_yarn/eslint-10.0.0from
copilot/sub-pr-237

Conversation

Copy link

Copilot AI commented Feb 10, 2026

CI workflow wasn't triggering because this PR targets dependabot/npm_and_yarn/eslint-10.0.0 instead of main.

Changes

  • .github/workflows/ci.yml: Added dependabot/** to pull_request branch triggers
  • package.json: Pinned ESLint to ^9.17.0 (ESLint 10 has breaking changes incompatible with eslint-config-next@16.1.6)
on:
  pull_request:
    branches:
      - main
      - 'dependabot/**'  # Enable CI for sub-PRs into Dependabot branches

This ensures quality gates run for all code changes, including Dependabot sub-PRs.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • checkpoint.prisma.io
    • Triggering command: /opt/hostedtoolcache/node/24.13.0/x64/bin/node /opt/hostedtoolcache/node/24.13.0/x64/bin/node /home/REDACTED/work/PkdxPlusPlus/PkdxPlusPlus/node_modules/prisma/build/child {"product":"prisma","version":"7.3.0","cli_install_type":"local","information":"","local_timestamp":"2026-02-10T04:31:33Z","project_hash":"3cfc3272","cli_path":"/home/REDACTED/work/PkdxPlusPlus/PkdxPlusPlus/node_modules/.bin/prisma","cli_path_hash":"6e3b49e (dns block)
    • Triggering command: /opt/hostedtoolcache/node/24.13.0/x64/bin/node /opt/hostedtoolcache/node/24.13.0/x64/bin/node /home/REDACTED/work/PkdxPlusPlus/PkdxPlusPlus/node_modules/prisma/build/child {"product":"prisma","version":"7.3.0","cli_install_type":"local","information":"","local_timestamp":"2026-02-10T04:31:35Z","project_hash":"3cfc3272","cli_path":"/home/REDACTED/work/PkdxPlusPlus/PkdxPlusPlus/node_modules/.bin/prisma","cli_path_hash":"6e3b49e (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

dependabot bot and others added 2 commits February 10, 2026 04:02
Bumps [eslint](https://github.com/eslint/eslint) from 9.39.2 to 10.0.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.2...v10.0.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
ESLint 10 introduced breaking changes that are not yet supported by
eslint-config-next@16.1.6. The error "scopeManager.addGlobals is not a function"
indicates an API change in ESLint 10 that breaks the current config.

Pinning to ESLint 9.17.0 until Next.js releases official ESLint 10 support.
All quality gates (typecheck, lint, format, quality-scan) now pass.

Co-authored-by: seandonn-boston <38230468+seandonn-boston@users.noreply.github.com>
Copy link
Author

Copilot AI commented Feb 10, 2026

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • checkpoint.prisma.io
    • Triggering command: /opt/hostedtoolcache/node/24.13.0/x64/bin/node /opt/hostedtoolcache/node/24.13.0/x64/bin/node /home/REDACTED/work/PkdxPlusPlus/PkdxPlusPlus/node_modules/prisma/build/child {&#34;product&#34;:&#34;prisma&#34;,&#34;version&#34;:&#34;7.3.0&#34;,&#34;cli_install_type&#34;:&#34;local&#34;,&#34;information&#34;:&#34;&#34;,&#34;local_timestamp&#34;:&#34;2026-02-10T04:22:43Z&#34;,&#34;project_hash&#34;:&#34;3cfc3272&#34;,&#34;cli_path&#34;:&#34;/home/REDACTED/work/PkdxPlusPlus/PkdxPlusPlus/node_modules/.bin/prisma&#34;,&#34;cli_path_hash&#34;:&#34;6e3b49e (dns block)
    • Triggering command: /opt/hostedtoolcache/node/24.13.0/x64/bin/node /opt/hostedtoolcache/node/24.13.0/x64/bin/node /home/REDACTED/work/PkdxPlusPlus/PkdxPlusPlus/node_modules/prisma/build/child {&#34;product&#34;:&#34;prisma&#34;,&#34;version&#34;:&#34;7.3.0&#34;,&#34;cli_install_type&#34;:&#34;local&#34;,&#34;information&#34;:&#34;&#34;,&#34;local_timestamp&#34;:&#34;2026-02-10T04:22:45Z&#34;,&#34;project_hash&#34;:&#34;3cfc3272&#34;,&#34;cli_path&#34;:&#34;/home/REDACTED/work/PkdxPlusPlus/PkdxPlusPlus/node_modules/.bin/prisma&#34;,&#34;cli_path_hash&#34;:&#34;6e3b49e (dns block)
    • Triggering command: /opt/hostedtoolcache/node/24.13.0/x64/bin/node /opt/hostedtoolcache/node/24.13.0/x64/bin/node /home/REDACTED/work/PkdxPlusPlus/PkdxPlusPlus/node_modules/prisma/build/child {&#34;product&#34;:&#34;prisma&#34;,&#34;version&#34;:&#34;7.3.0&#34;,&#34;cli_install_type&#34;:&#34;local&#34;,&#34;information&#34;:&#34;&#34;,&#34;local_timestamp&#34;:&#34;2026-02-10T04:24:51Z&#34;,&#34;project_hash&#34;:&#34;3cfc3272&#34;,&#34;cli_path&#34;:&#34;/home/REDACTED/work/PkdxPlusPlus/PkdxPlusPlus/node_modules/.bin/prisma&#34;,&#34;cli_path_hash&#34;:&#34;6e3b49e (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Update eslint from 9.39.2 to 10.0.0 fix(deps): pin eslint to v9 for eslint-config-next compatibility Feb 10, 2026
@seandonn-boston seandonn-boston marked this pull request as ready for review February 10, 2026 04:28
@seandonn-boston seandonn-boston changed the base branch from dependabot/npm_and_yarn/eslint-10.0.0 to main February 10, 2026 04:29
@seandonn-boston seandonn-boston marked this pull request as draft February 10, 2026 04:29
@seandonn-boston seandonn-boston marked this pull request as ready for review February 10, 2026 04:29
@seandonn-boston seandonn-boston changed the base branch from main to dependabot/npm_and_yarn/eslint-10.0.0 February 10, 2026 04:30
The CI workflow was only configured to run on PRs targeting the main branch.
This prevented CI from running on PRs that merge Dependabot updates into
other Dependabot branches (sub-PRs).

Updated the workflow trigger to also run on PRs targeting `dependabot/**`
branches, ensuring that quality gates run for all code changes.

Co-authored-by: seandonn-boston <38230468+seandonn-boston@users.noreply.github.com>
Copilot AI changed the title fix(deps): pin eslint to v9 for eslint-config-next compatibility fix(ci): enable CI for PRs targeting Dependabot branches Feb 10, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-10.0.0 branch 3 times, most recently from a88ba95 to 576725c Compare February 11, 2026 01:42
@dependabot dependabot bot deleted the branch dependabot/npm_and_yarn/eslint-10.0.0 February 17, 2026 22:42
@dependabot dependabot bot closed this Feb 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants